home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / ici / ici.cpi / conf-sco.h < prev    next >
C/C++ Source or Header  |  1994-10-27  |  611b  |  20 lines

  1. #ifndef ICI_CONF_H
  2. #define ICI_CONF_H
  3.  
  4. #undef    NOMATH        /* Trig and etc. */
  5. #undef    NOWIN        /* Lib curses based screen handling. */
  6. #define    NODB        /* Simple ascii file based data base. */
  7. #define    NOTRACE        /* For debugging. */
  8. #undef    NOWAITFOR    /* Requires select() or similar system primitive. */
  9. #undef    NOSYSTEM    /* Command interpreter (shell) escape. */
  10. #undef    NOPIPES        /* Requires popen(). */
  11. #define    NOSKT        /* BSD style network interface. */
  12. #undef    NOSYSCALL    /* A few UNIX style system calls. */
  13.  
  14. /*
  15.  * Mentioned in the version string.
  16.  */
  17. #define    CONFIG_STR    "math win waitfor system pipes"
  18.  
  19. #endif /*ICI_CONF_H*/
  20.